home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / asmutil / asm_n_z.zip / SUPPRESS.DOC < prev    next >
Text File  |  1986-12-28  |  2KB  |  46 lines

  1.  
  2.         SUPPRESS  Version 1.06                  12/27/86
  3.  
  4.  
  5.         Suppress was written in a fit of pique.  Why does every game insist
  6.     that I have a color screen simply because I have a CGA card?  I have a
  7.     CGA card and a GREEN screen not a $600 color monitor.  The game
  8.     instructions are printed in multiple colors which appear unreadable.
  9.     The game itself is unplayable.  Then along came SUPPRESS, SUPPRESS is a
  10.     video preprocessor.  It traps all screen writes at the BIOS level and
  11.     SUPPRESSes the color.  It does it by inserting itself at BIOS INT 10h
  12.     and preprocessing the call to INT 10h before calling BIOS.  Obviously,
  13.     the games that write directly to the video buffer will not show any
  14.     improvement.  However, any game using DOS or BIOS calls for screen I/O
  15.     should greatly improve.
  16.  
  17.         When should you use SUPPRESS ?
  18.  
  19.         Whenever a program thinks your GREEN screen is a color monitor.  If
  20.     a program displays hard to read output due to similar shading of the
  21.     background and the characters, try SUPPRESS.
  22.  
  23.         How does SUPPRESS work ?
  24.  
  25.         SUPPRESS is a terminate and stay resident ( TSR ) program.  You run
  26.     SUPPRESS once and it is ready until you reboot.  SUPPRESS takes over
  27.     INT 10h ( BIOS Video call ).  It looks at the request being made BEFORE
  28.     BIOS sees it.  It then decides what, if any, preprocessing needs to be
  29.     done to ensure legable output.  To remove SUPPRESS you MUST reboot.
  30.  
  31.         TRY IT, IT CAN'T HURT !
  32.  
  33.  
  34.  
  35.  
  36.   HISTORY:
  37.       Version     Date             Description
  38.         1.00    11/10/86    Original release
  39.         1.01    11/11/86    Masked all foreground colors either on or off
  40.         1.02    11/14/86    Masked all background colors either on or off
  41.         1.03    11/22/86    Added check for already resident
  42.         1.04    11/23/86    Fixed bug with black on black displays
  43.         1.05    11/30/86    Set B & W mode at install incase application checks
  44.                             Improved check for monochrome monitors
  45.         1.06    12/27/86    Added limited support for graphics screen i/o.
  46.